From: Richard M. Stallman Date: Fri, 30 Aug 2002 15:48:29 +0000 (+0000) Subject: (ps-lp-system): Fixed typo in `usg-unix-v'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30900 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a5da9da8023d2826d80a255c4c41e4777191afbb;p=emacs.git (ps-lp-system): Fixed typo in `usg-unix-v'. --- diff --git a/lisp/ps-print.el b/lisp/ps-print.el index f474453d752..c2c54c0569f 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1508,7 +1508,7 @@ Please send all bug fixes and enhancements to (defconst ps-windows-system (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt))) (defconst ps-lp-system - (memq system-type '(usq-unix-v dgux hpux irix)))) + (memq system-type '(usg-unix-v dgux hpux irix)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;